String Schema
CountryType Complex Type
Description
Type for country information
Namespace http://string.drv.de/xmlschema/string
Diagram
CountryCode Element Name Element Sequence CountryType Complex Type
Overview
CountryType
Type for country information
Sequence
Name xs:string
Name of the country
Used By
Country Element
Country Element
Country Element
CountryOfBirth Element
Source
<xs:complexType name="CountryType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Type for country information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of the country</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountryCode" type="CountryCodeType">
      <xs:annotation>
        <xs:documentation>ISO code</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.